.left-title {
  border: 2px solid var(--color-green-light);
  width: 8%;
  margin-top: 3.5rem;
}

.left-heading {
  font-size: 40px !important;
  line-height: 48px;
  color: #1a5059;
}

.left-bottom-title {
  width: 95%;
  font-size: 56px !important;
  line-height: 64px !important;
  letter-spacing: -1px !important;
  color: #1a5059;
}

.right-bottom-title {
  width: 90%;
  font-size: 32px !important;
  line-height: 36px !important;
  color: #1a5059;
}

.left-richtext {
  width: 85%;
  /* Monochrome / Text Grey */
  color: var(--color-primary-text);
  mix-blend-mode: normal;
  opacity: 0.8;
}

.right-title {
  width: 85%;
  /* Monochrome / Text Grey */
  color: var(--color-primary-text);
  mix-blend-mode: normal;
  opacity: 0.8;
}

@media only screen and (max-width: 575px) {
  .left-title {
    width: 12%;
  }
  .left-heading {
    font-size: 32px !important;
  }
  .left-bottom-title {
    width: 50%;
    font-size: 36px !important;
    line-height: 44px !important;
  }
  .left-richtext {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
  }
  .right-bottom-title {
    margin-left: 1rem;
    width: 100%;
  }
  .right-title {
    margin-left: 1rem;
  }
}
